Skip to content

RxUserControl class

Defined in

Namespace: ReactiveMarbles.ViewModel.Wpf Assembly: ReactiveMarbles.ViewModel.Wpf.dll Full name: ReactiveMarbles.ViewModel.Wpf.RxUserControl<T> Modifiers: public

Summary

View source

        RxUserControl.
        

Applies to

net8.0-windows10.0.19041

Class hierarchy
classDiagram
class RxUserControl~T~
class UserControl
UserControl <|-- RxUserControl~T~
class IAmViewFor~TViewModel~ {
    <>
}
IAmViewFor~TViewModel~ <|.. RxUserControl~T~
class IAmViewFor {
    <>
}
IAmViewFor <|.. RxUserControl~T~

Inherits from: UserControl

Implements: IAmViewFor, IAmViewFor

Constructors

NameSummary
.ctor

Properties

NameSummary
BindingRootGets the binding root view model.
ViewModelGets or sets the ViewModel corresponding to this specific View. This should be a DependencyProperty if you're using XAML.

Fields

NameSummary
static ViewModelPropertyThe view model dependency property.
Inherited members